hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
HipEngineMain
hip
api
Undocumented in source.
mixin template
HipEngineMain (
alias
StartScene
HipAssetLoadStrategy
strategy
=
HipAssetLoadStrategy
.
loadAll
) {
immutable
string
ScriptModules
;
version(UseExternalScene)
__gshared
AScene
_exportedScene
;
import
core
.
sys
.
windows
.
dll
;
;
mixin
SimpleDllMain
;
version
(
UseExternalScene
)
AScene
HipremeEngineGameInit
();
version
(
UseExternalScene
)
void
HipremeEngineGameDestroy
();
version
(!
UseExternalScene
)
AScene
HipremeEngineMainScene
();
}
Members
Functions
HipremeEngineGameDestroy
void
HipremeEngineGameDestroy
()
Undocumented in source. Be warned that the author may not have intended to support it.
HipremeEngineGameInit
AScene
HipremeEngineGameInit
()
Undocumented in source. Be warned that the author may not have intended to support it.
HipremeEngineMainScene
AScene
HipremeEngineMainScene
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
SimpleDllMain
Undocumented in source.
Static variables
_exportedScene
AScene
_exportedScene
;
Undocumented in source.
Variables
ScriptModules
string
ScriptModules
;
Undocumented in source.
Meta
Source
See Implementation
hip
api
modules
assets
audio
config
console
data
filesystem
game
graphics
impl
input
math
renderer
systems
view
aliases
hipDestroyFn
enums
HipAssetLoadStrategy
mixin templates
HipEngineMain
static variables
hipDestroy